home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0294feb.archive / 000032_donews!crash!s…rg!bob.monaghan_Tue, 8 Feb 94 07:49:47 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  3KB

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1rjw@bkhouse.cts.com>; Tue, 8 Feb 94 07:49:47 PST
  3. Received: from crash by donews.cts.com with uucp
  4.     (Smail3.1.28.1 #18) id m0pTeNy-0001OoC; Mon, 7 Feb 94 14:24 PST
  5. Received: from uusynap.synapse.org by crash.cts.com with smtp
  6.     (Smail3.1.28.1 #18) id m0pTYZy-0000OmC; Mon, 7 Feb 94 08:12 PST
  7. Received: from synapse.org (synapse@localhost) by uusynap.synapse.org (8.6.5/8.6.5) with UUCP id LAA25719 for AMIGAE@BKHOUSE.CTS.COM; Mon, 7 Feb 1994 11:12:43 -0500
  8. Received: by synapse.org (PCB-UUCP 1.1f)
  9.     id EDEF14; Mon,  7 Feb 94 10:16:15 -0500
  10. Message-ID: <1d.103386.1351.0CEDEF14@synapse.org>
  11. Date: Mon,  7 Feb 94 10:11:00 -0500
  12. Organization: Babillard Synapse Inc. - (819) 246-2344
  13. From: bob.monaghan@synapse.org (Bob Monaghan)
  14. To: AMIGAE@BKHOUSE.CTS.COM
  15. Subject: Help with screens
  16.  
  17. Basically, when you open a screen, give it a public screen name (and
  18. make if public of course :-))
  19.  
  20. Then, when you open a window, specify the public screen that your had
  21. just created.
  22. From donews!crash!iccgcc.cs.hh.ab.com!THORNTONJ Tue, 8 Feb 94 07:53:52 PST
  23. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  24.       id <1rp2@bkhouse.cts.com>; Tue, 8 Feb 94 07:53:52 PST
  25. Received: from crash by donews.cts.com with uucp
  26.     (Smail3.1.28.1 #18) id m0pTk6L-0001x1C; Mon, 7 Feb 94 23:31 EST
  27. Received: from beast.cs.hh.ab.com by crash.cts.com with smtp
  28.     (Smail3.1.28.1 #18) id m0pTk4u-0000gWC; Mon, 7 Feb 94 20:29 PST
  29. Date: Mon, 7 Feb 1994 23:29:24 -0500 (EST)
  30. Message-Id: <940207232924.2041eb4a@iccgcc.cs.hh.ab.com>
  31. From: THORNTONJ@iccgcc.cs.hh.ab.com
  32. To: AMIGAE@BKHOUSE.CTS.COM
  33. Subject: PROBLEMS....PROBLEMS...PROBLEMS
  34.  
  35.  
  36. Hi All,
  37.  
  38.    I've been working on my game over the weekend and everything seemed 
  39. to be going ok. I had done everything that I had set out to do.
  40.  
  41.    With Barry's help I was able to get my screen public.
  42.  
  43.    I got my proc to draw the maps working right. I had to change my info.
  44. from hex to decimal. I also found my function to raise a number to a 
  45. power (Shl()). With this I was able to leave out about 60 IF statements.
  46.  
  47.    I even got my charater icon drawn. This is where my problem starts.
  48. After I had my little character drawn, I wanted to see if I would be
  49. able to move it like I had planned to. I'm planning to use the keypad
  50. as movement, so that by pressing 8 the character would move towards the 
  51. top of the screen. This worked fine the first time I entered an 8, but
  52. when I entered another 8 I got a guru  $8000 0003.
  53.  
  54.    I don't have any idea as to what is causing the problem. The only
  55. thing that I think it might be is the way that I have opened my screen
  56. and made it public. That part I copyed word for word out of the 
  57. pubscreen.e example and then changed it some to make it hires interlaced.
  58.  
  59.    Maybe some of you who knows more than me can see what I've done wrong
  60. or not done at all. Until I get this problem figured out I can't go any 
  61. farther with it.
  62.  
  63.    Another question that I have is, how do I set the palette for my screen
  64. and how to give it that 2.0'ish look. I want windows and cons to look the
  65. way they did when I was opening them on the workbench screen. I will use
  66. the colors that I have on my workbench, but I need to know how to set 
  67. them on my screen.
  68.  
  69.    I have some more misc. questions but will save them for another post.
  70.  
  71.    Thanks in advance.
  72.  
  73. Jessie
  74. thorntonj@beast.cs.hh.ab.com
  75.